func runtime.getWeakHandle

3 uses

	runtime (current package)
		mheap.go#L2528: 	if handle := getWeakHandle(p); handle != nil {
		mheap.go#L2587: 	handle = getWeakHandle(p)
		mheap.go#L2601: func getWeakHandle(p unsafe.Pointer) *atomic.Uintptr {